home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Power Point 2000 / LearnKey - PowerPoint 2000.iso / Install / program files / Velocity.exe / 0 / RCDATA / TINFOFORM / TINFOFORM.txt
Encoding:
Text File  |  1999-05-10  |  616 b   |  32 lines

  1. object InfoForm: TInfoForm
  2.   Left = 363
  3.   Top = 374
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 51
  7.   ClientWidth = 219
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poDefault
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object GIFImage1: TGIFImage
  19.     Left = 0
  20.     Top = 0
  21.     OnClick = GIFImage1Click
  22.     AutoSize = True
  23.   end
  24.   object Timer1: TTimer
  25.     Enabled = False
  26.     Interval = 2000
  27.     OnTimer = GIFImage1Click
  28.     Left = 190
  29.     Top = 24
  30.   end
  31. end
  32.